home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 51 / Mac Magazin and MacEasy Magazine CD - Issue 51.iso / Software / Mobiles Büro / Newton / RPNcalc Lite NOS2.x ƒ.sea / RPNcalc Lite NOS2.x ƒ / readme.txt next >
Text File  |  1998-10-01  |  3KB  |  65 lines

  1. RPNcalc Lite
  2. ---------------------------------------------------------------------
  3.  
  4. --> This software is for Newton 2.0 and 2.1 Newtons ONLY.
  5.  
  6. ---------------------------------------------------------------------
  7.  
  8. --What is it?
  9.  
  10. RPNcalc Lite is a small, five-function RPN calculator intended as a replacement
  11. for the built-in Newton calculator app for those who prefer RPN.  It was designed
  12. to be small in both program size and heap usage.
  13.  
  14. This program is freeware; if you desire a more full-featured RPN calculator try
  15. RPNcalc.
  16.  
  17. --What are the functions?
  18.  
  19. RPNcalc Lite is a five-function calculator with a four entry stack.  Numbers can
  20. be entered in either normal notation (ie. 4.32) or exponential notation (4.3E+2).
  21. The display is akin to the "float" mode on many RPN calculators.  There are no
  22. options to choose different display modes (the full RPNcalc can do this).
  23.  
  24. The program has two states: display mode or number editing mode.  While in
  25. number edit mode the bottom line will show on the left side of the display.  In
  26. display mode the bottom line will show the zero stack entry on the right side.
  27.  
  28. Pressing numbers while in display mode places you in number editing mode, which
  29. remains until either the 'Enter' key is pressed or a numeric operation key is pressed.
  30.  
  31. The back arrow key removes digits from the number currently being input in
  32. number editing mode, or drops the stack by one if in display mode.
  33.  
  34. The 'Clear' key removes all numbers in the edit buffer while in number editing
  35. mode; if in display mode pressing clear will cause a 'Clear?' prompt on the top
  36. line.  Pressing 'Clear' again will clear the entire stack, or any other key will
  37. cancel the clear mode.
  38.  
  39. The entries in the stack can be rotated up and down using the R (up and down
  40. arrow) keys, provided there are enough entries on the stack to rotate.
  41.  
  42. The 'Swap' key will swap the bottom two entries in the stack.
  43.  
  44. The 'Undo' key can undo all arithmetic operations (but just the last operation
  45. performed), and some stack functions.  It cannot, however, undo stack rotates
  46. (just do the opposite rotation).
  47.  
  48. --Error messages
  49.  
  50. The error messages in RPNcalc Lite are pretty basic, and arise from the
  51. floating-point exceptions in the processor on the Newton.  Entering numbers
  52. (or calculating results) larger than1E+308 or smaller than 1E-308 will
  53. produce an 'Overflow' message in the top line of the display.
  54.  
  55. 'Error' will be displayed in the top line of the display if an incorrect key
  56. is pressed, or the square root key is pressed with a negative number in the
  57. stack 0 entry.
  58.  
  59. --Save state
  60.  
  61. RPNcalc Lite saves the entries in the stack when the program is closed so
  62. they can be used the next time it is run.  Upon deletion of the program these
  63. entries are removed from the system soup.
  64.  
  65.